home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / C and C++ / flight simulator ƒ / README < prev    next >
Text File  |  1989-11-09  |  634b  |  18 lines

  1.     This is the source code for a program to
  2. demonstrate how to do 3D perspective drawing and
  3. clipping.  It's written as a sort of crude flight
  4. simulator - you "fly" through a rather simple world.
  5. It also shows how to do simple animation.    
  6.     All math is fixed-point to make the speed tolerable
  7. on feebler Macs.  On a II the speed would be roughly
  8. the same using floating point.  If some would prefer
  9. to see a floating point version, that could be done.
  10.     The package contains the source code, a ThinkC
  11. vers.4.0 project, and an executable version compiled
  12. for any Mac.
  13.  
  14.     Comments etc. to
  15.         Chris Moll
  16.         chris@hobbes.lbl.gov
  17.         (415)843-2437
  18.